home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CICA Windows Explosion!
/
The CICA Windows Explosion! - Disc 2.iso
/
demo
/
ed3demo.zip
/
ED.ZIP
/
CONFIG
/
LANG_EIF.XX_
/
LANG_EIF.XX
Wrap
Text File
|
1994-05-07
|
2KB
|
155 lines
; Eiffel Language Keywords for ED Color Syntax Highlighting
; Derived from "Object-oriented Software Construction"
; Last change: 7 May 94
; Reserved Words
[Keywords]
and
as
check
class
Clone
Create
Current
debug
deferred
div
do
else
elsif
end
ensure
Equal
export
external
false
feature
Forget
from
if
inherit
invariant
is
language
like
local
loop
mod
name
nochange
not
old
once
or
redefine
rename
require
rescue
Result
retry
then
until
variant
Void
[Types]
BOOLEAN
CHARACTER
INTEGER
REAL
STRING
; Strings
[User 1]
append
char_string
clear
duplicate
enter
entry
fill_blank
gt
hash_code
head
le
left_adjust
length
prepend
remove_all_occurrences
remove_char
resize
right_adjust
same_as
share
shared_with
size
string_char
substring
tail
to_c
to_integer
to_lower
to_upper
; Files
[User 2]
close
creatable
date
error
executable
exists
lastchar
lastint
laststring
next_line
open_append
open_read
open_write
putbool
putbool_nl
putchar
putchar_nl
putint
putint_nl
putreal
putreal_nl
putstring
putstring_nl
readable
set_error_output
unset_error_output
writable
;-----------------------------------------------------
; See "Template Creation" in the on line help and "Tool|Charts|ED Templates"
; for information on adding and modifying code templates.
[Templates]
bo boolean
ch character
cl class
def deferred
en ensure
ex external
fa false
fe feature
in inherit
inv invariant
la language
lo local
na name
re redefine
st string
th then
va variant
;##-- eof --##